encoding/json.field.typ (field)
9 uses
encoding/json (current package)
encode.go#L1061: typ reflect.Type
encode.go#L1092: next := []field{{typ: t}}
encode.go#L1111: if visited[f.typ] {
encode.go#L1114: visited[f.typ] = true
encode.go#L1117: for i := 0; i < f.typ.NumField(); i++ {
encode.go#L1118: sf := f.typ.Field(i)
encode.go#L1175: typ: ft,
encode.go#L1222: if count[f.typ] > 1 {
encode.go#L1235: next = append(next, field{name: ft.Name(), index: index, typ: ft})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)